home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2001 September / MICD2001_09_NR2.iso / PHP-Nuke / Comfort / setup.exe / {app} / Data / functions.dat < prev    next >
Text File  |  2000-12-25  |  48KB  |  1,207 lines

  1. #dqSubTreeBegin;
  2. #dqSubTreeName(Adabas D);
  3. ada_afetch
  4. ada_autocommit
  5. ada_close
  6. ada_commit
  7. ada_connect
  8. ada_exec
  9. ada_fetchrow
  10. ada_fieldname
  11. ada_fieldnum
  12. ada_fieldtype
  13. ada_freeresult
  14. ada_numfields
  15. ada_numrows
  16. ada_result
  17. ada_resultall
  18. ada_rollback
  19. #dqSubTreeEnd;
  20. #dqSubTreeBegin;
  21. #dqSubTreeName(Apache-specific);
  22. apache_lookup_uri(string filename)
  23. apache_note(string note_name, string [note_value])
  24. getallheaders(void)
  25. virtual(string filename)
  26. #dqSubTreeEnd;
  27. #dqSubTreeBegin;
  28. #dqSubTreeName(Array);
  29. array
  30. array_push(array array, mixed var, [...])
  31. array_pop(array array)
  32. array_unshift(array array, mixed var, [...])
  33. array_shift(array array)
  34. array_slice(array array, int offset, int [length] )
  35. array_splice(array input, int offset, int [length] , array [replacement])
  36. array_merge(array array1, array array2, [ ...] )
  37. array_keys(array input)
  38. array_values(array input)
  39. array_walk(array arr, string func, mixed userdata)
  40. arsort(array array)
  41. asort(array array)
  42. compact(string varname | array varnames, [...])
  43. count(mixed var)
  44. current(array array)
  45. each(array array)
  46. end(array array)
  47. extract(array var_array, int [extract_type], string [prefix])
  48. in_array(mixed needle, array haystack)
  49. key(array array)
  50. ksort(array array)
  51. list
  52. next(array array)
  53. pos(array array)
  54. prev(array array)
  55. range(int low, int high)
  56. reset(array array)
  57. rsort(array array)
  58. shuffle(array array)
  59. sizeof(array array)
  60. sort(array array)
  61. uasort(array array, function cmp_function)
  62. uksort(array array, function cmp_function)
  63. usort(array array, function cmp_function)
  64. #dqSubTreeEnd;
  65. #dqSubTreeBegin;
  66. #dqSubTreeName(Aspell);
  67. aspell
  68. aspell_new(string master, string personal)
  69. aspell_check(int dictionary_link, string word)
  70. aspell_check-raw(int dictionary_link, string word)
  71. aspell_suggest(int dictionary_link, string word)
  72. #dqSubTreeEnd;
  73. #dqSubTreeBegin;
  74. #dqSubTreeName(Arbitrary precision mathematics);
  75. bcadd(string left operand, string right operand, int [scale])
  76. bccomp(string left operand, string right operand, int [scale])
  77. bcdiv(string left operand, string right operand, int [scale])
  78. bcmod(string left operand, string modulus)
  79. bcmul(string left operand, string right operand, int [scale])
  80. bcpow(string x, string y, int [scale])
  81. bcscale(int scale)
  82. bcsqrt(string operand, int scale)
  83. bcsub(string left operand, string right operand, int [scale])
  84. #dqSubTreeEnd;
  85. #dqSubTreeBegin;
  86. #dqSubTreeName(Calendar);
  87. JDToGregorian(int julianday)
  88. GregorianToJD(int month, int day, int year)
  89. JDToJulian(int julianday)
  90. JulianToJD(int month, int day, int year)
  91. JDToJewish(int julianday)
  92. JewishToJD(int month, int day, int year)
  93. JDToFrench(int month, int day, int year)
  94. FrenchToJD(int month, int day, int year)
  95. JDMonthName(int julianday, int mode)
  96. JDDayOfWeek(int julianday, int mode)
  97. easter_date(int year)
  98. easter_days(int year)
  99. #dqSubTreeEnd;
  100. #dqSubTreeBegin;
  101. #dqSubTreeName(ClibPDF);
  102. cpdf_set_creator(string creator)
  103. cpdf_set_title(string title)
  104. cpdf_set_subject(string subject)
  105. cpdf_set_keywords(string keywords)
  106. cpdf_open(int compression, string filename)
  107. cpdf_close(int pdf document)
  108. cpdf_page_init(int pdf document, int page number, int orientation, double height, double width, double unit)
  109. cpdf_finalize_pagepage(int pdf document, int page number)
  110. cpdf_finalize(int pdf document)
  111. cpdf_output_buffer(int pdf document)
  112. cpdf_save_to_file(int pdf document, string filename)
  113. cpdf_set_current_page(int pdf document, int page number)
  114. cpdf_begin_text(int pdf document)
  115. cpdf_end_text(int pdf document)
  116. cpdf_show(int pdf document, string text)
  117. cpdf_show_xy(int pdf document, string text, double x-koor, double y-koor, int mode)
  118. cpdf_text(int pdf document, string text, double x-koor, double y-koor, int mode, double orientation, int alignmode)
  119. cpdf_set_font(int pdf document, string font name, double size, int encoding)
  120. cpdf_set_leading(int pdf document, double distance)
  121. cpdf_set_text_rendering(int pdf document, int mode)
  122. cpdf_set_horiz_scaling(int pdf document, double scale)
  123. cpdf_set_text_rise(int pdf document, double value)
  124. cpdf_set_text_matrix(int pdf document, array matrix)
  125. cpdf_set_text_pos(int pdf document, double x-koor, double y-koor, int mode)
  126. cpdf_set_char_spacing(int pdf document, double space)
  127. cpdf_set_word_spacing(int pdf document, double space)
  128. cpdf_continue_text(int pdf document, string text)
  129. cpdf_stringwidth(int pdf document, string text)
  130. cpdf_save(int pdf document)
  131. cpdf_restore(int pdf document)
  132. cpdf_translate(int pdf document, double x-koor, double y-koor, int mode)
  133. cpdf_scale(int pdf document, double x-scale, double y-scale)
  134. cpdf_rotate(int pdf document, double angle)
  135. cpdf_setflat(int pdf document, double value)
  136. cpdf_setlinejoin(int pdf document, long value)
  137. cpdf_setlinecap(int pdf document, int value)
  138. cpdf_setmiterlimit(int pdf document, double value)
  139. cpdf_setlinewidth(int pdf document, double width)
  140. cpdf_setdash(int pdf document, double white, double black)
  141. cpdf_moveto(int pdf document, double x-koor, double y-koor, int mode)
  142. cpdf_rmoveto(int pdf document, double x-koor, double y-koor, int mode)
  143. cpdf_curveto(int pdf document, double x1, double y1, double x2, double y2, double x3, double y3, int mode)
  144. cpdf_lineto(int pdf document, double x-koor, double y-koor, int mode)
  145. cpdf_rlineto(int pdf document, double x-koor, double y-koor, int mode)
  146. cpdf_circle(int pdf document, double x-koor, double y-koor, double radius, int mode)
  147. cpdf_arc(int pdf document, double x-koor, double y-koor, double radius, double start, double end, int mode)
  148. cpdf_rect(int pdf document, double x-koor, double y-koor, double width, double height, int mode)
  149. cpdf_closepath(int pdf document)
  150. cpdf_stroke(int pdf document)
  151. cpdf_closepath_stroke(int pdf document)
  152. cpdf_fill(int pdf document)
  153. cpdf_fill_stroke(int pdf document)
  154. cpdf_closepath_fill_stroke(int pdf document)
  155. cpdf_clip(int pdf document)
  156. cpdf_setgray_fill(int pdf document, double value)
  157. cpdf_setgray_stroke(int pdf document, double gray value)
  158. cpdf_setgray(int pdf document, double gray value)
  159. cpdf_setrgbcolor_fill(int pdf document, double red value, double green value, double blue value)
  160. cpdf_setrgbcolor_stroke(int pdf document, double red value, double green value, double blue value)
  161. cpdf_setrgbcolor(int pdf document, double red value, double green value, double blue value)
  162. cpdf_add_outline(int pdf document, string text)
  163. cpdf_set_page_animation(int pdf document, int transition, double duration)
  164. cpdf_import_jpeg(int pdf document, string file name, double x-koor, double y-koor, double angle, double width, double height, double x-scale, double y-scale, int mode)
  165. cpdf_place_inline_image(int pdf document, int image, double x-koor, double y-koor, double angle, double width, double height, int mode)
  166. cpdf_add_annotation(int pdf document, double llx, double lly, double urx, double ury, string title, string content, int mode)
  167. #dqSubTreeEnd;
  168. #dqSubTreeBegin;
  169. #dqSubTreeName(Date and Time);
  170. checkdate(int month, int day, int year)
  171. date(string format, int [timestamp] )
  172. strftime(string format, int timestamp)
  173. gmstrftime(string format, int timestamp)
  174. getdate(int timestamp)
  175. gettimeofday(void)
  176. gmdate(string format, int timestamp)
  177. mktime(int hour, int minute, int second, int month, int day, int year, int [is_dst])
  178. gmmktime(int hour, int minute, int second, int month, int day, int year, int [is_dst])
  179. time(void)
  180. microtime(void)
  181. #dqSubTreeEnd;
  182. #dqSubTreeBegin;
  183. #dqSubTreeName(Database abstraction layer);
  184. dba_close(int handle)
  185. dba_delete(string key, int handle)
  186. dba_exists(string key, int handle)
  187. dba_fetch(string key, int handle)
  188. dba_firstkey(int handle)
  189. dba_insert(string key, string value, int handle)
  190. dba_nextkey(int handle)
  191. dba_popen(string path, string mode, string handler, [...])
  192. dba_open(string path, string mode, string handler, [...])
  193. dba_optimize(int handle)
  194. dba_replace(string key, string value, int handle)
  195. dba_sync(int handle)
  196. #dqSubTreeEnd;
  197. #dqSubTreeBegin;
  198. #dqSubTreeName(dBase);
  199. dbase_create(string filename, array fields)
  200. dbase_open(string filename, int flags)
  201. dbase_close(int dbase_identifier)
  202. dbase_pack(int dbase_identifier)
  203. dbase_add_record(int dbase_identifier, array record)
  204. dbase_replace_record(int dbase_identifier, array record, int dbase_record_number)
  205. dbase_delete_record(int dbase_identifier, int record)
  206. dbase_get_record(int dbase_identifier, int record)
  207. dbase_get_record_with_names(int dbase_identifier, int record)
  208. dbase_numfields(int dbase_identifier)
  209. dbase_numrecords(int dbase_identifier)
  210. #dqSubTreeEnd;
  211. #dqSubTreeBegin;
  212. #dqSubTreeName(dbm);
  213. dbmopen(string filename, string flags)
  214. dbmclose(int dbm_identifier)
  215. dbmexists(int dbm_identifier, string key)
  216. dbmfetch(int dbm_identifier, string key)
  217. dbminsert(int dbm_identifier, string key, string value)
  218. dbmreplace(int dbm_identifier, string key, string value)
  219. dbmdelete(int dbm_identifier, string key)
  220. dbmfirstkey(int dbm_identifier)
  221. dbmnextkey(int dbm_identifier, string key)
  222. dblist(void)
  223. #dqSubTreeEnd;
  224. #dqSubTreeBegin;
  225. #dqSubTreeName(Directory);
  226. chdir(string directory)
  227. dir(string directory)
  228. closedir(int dir_handle)
  229. opendir(string path)
  230. readdir(int dir_handle)
  231. rewinddir(int dir_handle)
  232. #dqSubTreeEnd;
  233. #dqSubTreeBegin;
  234. #dqSubTreeName(Dynamic Loading);
  235. dl(string library)
  236. #dqSubTreeEnd;
  237. #dqSubTreeBegin;
  238. #dqSubTreeName(Program Execution);
  239. escapeshellcmd(string command)
  240. exec(string command, string [array], int [return_var])
  241. system(string command, int [return_var])
  242. passthru(string command, int [return_var])
  243. #dqSubTreeEnd;
  244. #dqSubTreeBegin;
  245. #dqSubTreeName(Forms Data Format);
  246. fdf_open(string filename)
  247. fdf_close(int fdf_document)
  248. fdf_create(void)
  249. fdf_save(string filename)
  250. fdf_get_value(int fdf_document, string fieldname)
  251. fdf_set_value(int fdf_document, string fieldname, string value, int isName)
  252. fdf_next_field_name(int fdf_document, string fieldname)
  253. fdf_set_ap(int fdf_document, string field_name, int face, string filename, int page_number)
  254. fdf_set_status(int fdf_document, string status)
  255. fdf_get_status(int fdf_document)
  256. fdf_set_file(int fdf_document, string filename)
  257. fdf_get_file(int fdf_document)
  258. #dqSubTreeEnd;
  259. #dqSubTreeBegin;
  260. #dqSubTreeName(filePro);
  261. filepro(string directory)
  262. filepro_fieldname(int field_number)
  263. filepro_fieldtype(int field_number)
  264. filepro_fieldwidth(int field_number)
  265. filepro_retrieve(int row_number, int field_number)
  266. filepro_fieldcount(void)
  267. filepro_rowcount(void)
  268. #dqSubTreeEnd;
  269. #dqSubTreeBegin;
  270. #dqSubTreeName(Filesystem);
  271. basename(string path) 
  272. chgrp(string filename, mixed group)
  273. chmod(string filename, int mode)
  274. chown(string filename, mixed user)
  275. clearstatcache(void)
  276. copy(string source, string dest)
  277. delete(string file)
  278. dirname(string path)
  279. diskfreespace(string directory)
  280. fclose(int fp)
  281. feof(int fp)
  282. fgetc(int fp)
  283. fgetcsv(int fp, int length, string [delimiter])
  284. fgets(int fp, int length)
  285. fgetss(int fp, int length)
  286. file(string filename)
  287. file_exists(string filename)
  288. fileatime(string filename)
  289. filectime(string filename)
  290. filegroup(string filename)
  291. fileinode(string filename)
  292. filemtime(string filename)
  293. fileowner(string filename)
  294. fileperms(string filename)
  295. filesize(string filename)
  296. filetype(string filename)
  297. flock(int fp, int operation)
  298. fopen(string filename, string mode)
  299. fpassthru(int fp)
  300. fputs(int fp, string str, int [length])
  301. fread(int fp, int length)
  302. fseek(int fp, int offset)
  303. ftell(int fp)
  304. fwrite(int fp, string string, int [length])
  305. set_file_buffer(int fp, int buffer)
  306. is_dir(string filename)
  307. is_executable(string filename)
  308. is_file(string filename)
  309. is_link(string filename)
  310. is_readable(string filename)
  311. is_writeable(string filename)
  312. link(string target, string link)
  313. linkinfo(string path)
  314. mkdir(string pathname, int mode)
  315. pclose(int fp)
  316. popen(string command, string mode)
  317. readfile(string filename)
  318. readlink(string path)
  319. rename(string oldname, string newname)
  320. rewind(int fp)
  321. rmdir(string dirname)
  322. stat(string filename)
  323. lstat(string filename)
  324. symlink(string target, string link)
  325. tempnam(string dir, string prefix)
  326. touch(string filename, int time)
  327. umask(int mask)
  328. unlink(string filename)
  329. #dqSubTreeEnd;
  330. #dqSubTreeBegin;
  331. #dqSubTreeName(HTTP);
  332. header(string string)
  333. setcookie(string name, string value, int expire, string path, string domain, int secure)
  334. #dqSubTreeEnd;
  335. #dqSubTreeBegin;
  336. #dqSubTreeName(Hyperwave);
  337. hw_Children(int connection, int objectID)
  338. hw_ChildrenObj(int connection, int objectID)
  339. hw_Close(int connection)
  340. hw_Connect(string host, int port, string username, string password)
  341. hw_Cp(int connection, array object_id_array, int destination id)
  342. hw_Deleteobject(int connection, int object_to_delete)
  343. hw_DocByAnchor(int connection, int anchorID)
  344. hw_DocByAnchorObj(int connection, int anchorID)
  345. hw_DocumentAttributes(int hw_document)
  346. hw_DocumentBodyTag(int hw_document)
  347. hw_DocumentContent(int hw_document)
  348. hw_DocumentSetContent(int hw_document, string content)
  349. hw_DocumentSize(int hw_document)
  350. hw_ErrorMsg(int connection)
  351. hw_EditText(int connection, int hw_document)
  352. hw_Error(int connection)
  353. hw_Free_Document(int hw_document)
  354. hw_GetParents(int connection, int objectID)
  355. hw_GetParentsObj(int connection, int objectID)
  356. hw_GetChildColl(int connection, int objectID)
  357. hw_GetChildCollObj(int connection, int objectID)
  358. hw_GetRemote(int connection, int objectID)
  359. hw_GetRemoteChildren(int connection, string object record)
  360. hw_GetSrcByDestObj(int connection, int objectID)
  361. hw_GetObject(int connection, [int|array] objectID, string query)
  362. hw_GetAndLock(int connection, int objectID)
  363. hw_GetText(int connection, int objectID, mixed [rootID/prefix] )
  364. hw_GetObjectByQuery(int connection, string query, int max_hits)
  365. hw_GetObjectByQueryObj(int connection, string query, int max_hits)
  366. hw_GetObjectByQueryColl(int connection, int objectID, string query, int max_hits)
  367. hw_GetObjectByQueryCollObj(int connection, int objectID, string query, int max_hits)
  368. hw_GetChildDocColl(int connection, int objectID)
  369. hw_GetChildDocCollObj(int connection, int objectID)
  370. hw_GetAnchors(int connection, int objectID)
  371. hw_GetAnchorsObj(int connection, int objectID)
  372. hw_Mv(int connection, array object id array, int source id, int destination id)
  373. hw_Identify(string username, string password)
  374. hw_InCollections(int connection, array object_id_array, array collection_id_array, int return_collections)
  375. hw_Info(int connection)
  376. hw_InsColl(int connection, int objectID, array object_array)
  377. hw_InsDoc(int connection, int parentID, string object_record, string text)
  378. hw_InsertDocument(int connection, int parent_id, int hw_document)
  379. hw_InsertObject(int connection, string object rec, string parameter)
  380. hw_Modifyobject(int connection, int object_to_change, array remove, array add, int mode)
  381. hw_New_Document(string object_record, string document_data, int document_size)
  382. hw_Objrec2Array(string object_record)
  383. hw_OutputDocument(int hw_document)
  384. hw_pConnect(string host, int port, string username, string password)
  385. hw_PipeDocument(int connection, int objectID)
  386. hw_Root
  387. hw_Unlock(int connection, int objectID)
  388. hw_Who(int connection)
  389. hw_getusername(int connection)
  390. #dqSubTreeEnd;
  391. #dqSubTreeBegin;
  392. #dqSubTreeName(ICAP);
  393. icap_open(stringcalendar, stringusername, stringpassword, stringoptions)
  394. icap_close(int icap_stream, int flags)
  395. icap_fetch_event(streamicap_stream, idevent id, optionsoptions)
  396. icap_list_events(stream icap_stream, datetime begin_date, datetime end_date)
  397. icap_store_event(int icap_stream, object event)
  398. icap_delete_event(int uid)
  399. icap_snooze(int uid)
  400. icap_list_alarms(stream icap_stream, datetime alarm_date)
  401. #dqSubTreeEnd;
  402. #dqSubTreeBegin;
  403. #dqSubTreeName(Image);
  404. GetImageSize(string filename, array [imageinfo])
  405. ImageArc(int im, int cx, int cy, int w, int h, int s, int e, int col)
  406. ImageChar(int im, int font, int x, int y, string c, int col)
  407. ImageCharUp(int im, int font, int x, int y, string c, int col)
  408. ImageColorAllocate(int im, int red, int green, int blue)
  409. ImageColorTransparent(int im, int [col])
  410. ImageCopyResized(int dst_im, int src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH)
  411. ImageCreate(int x_size, int y_size)
  412. ImageCreateFromGif(string filename)
  413. ImageDashedLine(int im, int x1, int y1, int x2, int y2, int col)
  414. ImageDestroy(int im)
  415. ImageFill(int im, int x, int y, int col)
  416. ImageFilledPolygon(int im, array points, int num_points, int col)
  417. ImageFilledRectangle(int im, int x1, int y1, int x2, int y2, int col)
  418. ImageFillToBorder(int im, int x, int y, int border, int col)
  419. ImageFontHeight(int font)
  420. ImageFontWidth(int font)
  421. ImageGif(int im, string filename)
  422. ImageInterlace(int im, int [interlace])
  423. ImageLine(int im, int x1, int y1, int x2, int y2, int col)
  424. ImageLoadFont(string file)
  425. ImagePolygon(int im, array points, int num_points, int col)
  426. ImageRectangle(int im, int x1, int y1, int x2, int y2, int col)
  427. ImageSetPixel(int im, int x, int y, int col)
  428. ImageString(int im, int font, int x, int y, string s, int col)
  429. ImageStringUp(int im, int font, int x, int y, string s, int col)
  430. ImageSX(int im)
  431. ImageSY(int im)
  432. ImageTTFBBox(int size, int angle, string fontfile, string text)
  433. ImageTTFText(int im, int size, int angle, int x, int y, int col, string fontfile, string text)
  434. ImageColorAt(int im, int x, int y)
  435. ImageColorClosest(int im, int red, int green, int blue)
  436. ImageColorExact(int im, int red, int green, int blue)
  437. ImageColorResolve(int im, int red, int green, int blue)
  438. ImageColorSet(int im, int index, int red, int green, int blue)
  439. ImageColorsForIndex(int im, int index)
  440. ImageColorsTotal(int im)
  441. ImagePSLoadFont(string filename)
  442. ImagePSFreeFont(int fontindex)
  443. ImagePSEncodeFont(int fontindex)
  444. ImagePSText(int image, string text, int font, int size, int foreground, int background, int x, int y, int [space], int [tightness], float [angle], int [antialias_steps])
  445. ImagePSBBox(string text, int font, int size, int space, int width, float angle)
  446. #dqSubTreeEnd;
  447. #dqSubTreeBegin;
  448. #dqSubTreeName(IMAP);
  449. imap_append(int imap_stream, string mbox, string message, stringflags)
  450. imap_base64(string text)
  451. imap_body(int imap_stream, int msg_number, int flags)
  452. imap_check(int imap_stream)
  453. imap_close(int imap_stream, int flags)
  454. imap_createmailbox(int imap_stream, string mbox)
  455. imap_delete(int imap_stream, int msg_number)
  456. imap_deletemailbox(int imap_stream, string mbox)
  457. imap_expunge(int imap_stream)
  458. imap_fetchbody(int imap_stream, int msg_number, string part_number, flags flags)
  459. imap_fetchstructure(int imap_stream, int msg_number)
  460. imap_header(int imap_stream, int msg_number, int fromlength, int subjectlength, int defaulthost)
  461. imap_headers(int imap_stream)
  462. imap_listmailbox(int imap_stream)
  463. imap_getmailboxes(int imap_stream, string ref, string pat)
  464. imap_listsubscribed(int imap_stream, string ref, string pattern)
  465. imap_getsubscribed(int imap_stream, string ref, string pattern)
  466. imap_mail_copy(int imap_stream, string msglist, string mbox, int flags)
  467. imap_mail_move(int imap_stream, string msglist, string mbox)
  468. imap_num_msg(int stream_id)
  469. imap_num_recent(int imap_stream)
  470. imap_open(string mailbox, string username, string password, int flags)
  471. imap_ping(int imap_stream)
  472. imap_renamemailbox(int imap_stream, string old_mbox, string new_mbox)
  473. imap_reopen(string imap_stream, string mailbox, string [flags])
  474. imap_subscribe(int imap_stream, string mbox)
  475. imap_undelete(int imap_stream, int msg_number)
  476. imap_unsubscribe(int imap_stream, string mbox)
  477. imap_qprint(string string)
  478. imap_8bit(string string)
  479. imap_binary(string string)
  480. imap_scanmailbox(int imap_stream, string string)
  481. imap_mailboxmsginfo(int imap_stream)
  482. imap_rfc822_write_address(string mailbox, string host, string personal)
  483. imap_rfc822_parse_adrlist(string address, string default_host)
  484. imap_setflag_full(int stream, string sequence, string flag, string options)
  485. imap_clearflag_full(int stream, string sequence, string flag, string options)
  486. imap_sort(int stream, int criteria, int reverse, int options)
  487. imap_fetchheader(int imap_stream, int msgno, int flags)
  488. imap_uid(int imap_stream, int msgno)
  489. imap_msgno(int imap_stream, int uid)
  490. imap_search(int imap_stream, string criteria, int flags)
  491. imap_last_error(void)
  492. imap_errors(void)
  493. imap_alerts(void)
  494. imap_status (int imap_stream, string mailbox, int options)
  495. #dqSubTreeEnd;
  496. #dqSubTreeBegin;
  497. #dqSubTreeName(PHP options & information);
  498. error_log(string message, int message_type, string [destination], string [extra_headers])
  499. error_reporting(int [level])
  500. getenv(string varname)
  501. get_cfg_var(string varname)
  502. get_current_user(void)
  503. get_magic_quotes_gpc(void)
  504. get_magic_quotes_runtime(void)
  505. getlastmod(void)
  506. getmyinode(void)
  507. getmypid(void)
  508. getmyuid(void)
  509. getrusage(int [who])
  510. phpinfo(void)
  511. phpversion(void)
  512. extension_loaded(string name)
  513. putenv(string setting)
  514. set_magic_quotes_runtime(int new_setting)
  515. set_time_limit(int seconds)
  516. #dqSubTreeEnd;
  517. #dqSubTreeBegin;
  518. #dqSubTreeName(Informix);
  519. ifx_connect(string [database] , string [userid] , string [password])
  520. ifx_pconnect(string [database] , string [userid] , string [password])
  521. ifx_close(int [link_identifier] )
  522. ifx_query(string query, int [link_identifier] , int [cursor_type] , mixed [blobidarray])
  523. ifx_prepare(string query, int conn_id, int [cursor_def], mixed blobidarray)
  524. ifx_do(int result_id)
  525. ifx_error(void)
  526. ifx_errormsg(int [errorcode])
  527. ifx_affected_rows(int result_id)
  528. ifx_getsqlca(int result_id)
  529. ifx_fetch_row(int result_id, mixed [position])
  530. ifx_htmltbl_result(int result_id, string [html_table_options])
  531. ifx_fieldtypes(int result_id)
  532. ifx_fieldproperties(int result_id)
  533. ifx_num_fields(int result_id)
  534. ifx_num_rows(int result_id)
  535. ifx_free_result(int result_id)
  536. ifx_create_char(string param)
  537. ifx_free_char(int bid)
  538. ifx_update_char(int bid, string content)
  539. ifx_get_char(int bid)
  540. ifx_create_blob(int type, int mode, string param)
  541. ifx_copy_blob(int bid)
  542. ifx_free_blob(int bid)
  543. ifx_get_blob(int bid)
  544. ifx_update_blob(int bid, string content)
  545. ifx_blobinfile_mode(int mode)
  546. ifx_textasvarchar(int mode)
  547. ifx_byteasvarchar(int mode)
  548. ifx_nullformat(int mode)
  549. ifxus_create_slob(int mode)
  550. ifx_free_slob(int bid)
  551. ifxus_close_slob(int bid)
  552. ifxus_open_slob(long bid, int mode)
  553. ifxus_tell_slob(long bid)
  554. ifxus_seek_slob(long bid, int mode, long offset)
  555. ifxus_read_slob(long bid, long nbytes)
  556. ifxus_write_slob(long bid, string content)
  557. #dqSubTreeEnd;
  558. #dqSubTreeBegin;
  559. #dqSubTreeName(InterBase);
  560. ibase_connect 
  561. ibase_pconnect 
  562. ibase_close
  563. ibase_query
  564. ibase_fetch_row
  565. ibase_free_result
  566. ibase_prepare
  567. ibase_bind
  568. ibase_execute
  569. ibase_free_query
  570. ibase_timefmt
  571. #dqSubTreeEnd;
  572. #dqSubTreeBegin;
  573. #dqSubTreeName(LDAP);
  574. ldap_add(int link_identifier, string dn, array entry)
  575. ldap_mod_add(int link_identifier, string dn, array entry)
  576. ldap_mod_del(int link_identifier, string dn, array entry)
  577. ldap_mod_replace(int link_identifier, string dn, array entry)
  578. ldap_bind(int link_identifier, string [bind_rdn], string [bind_password])
  579. ldap_close(int link_identifier)
  580. ldap_connect(string [hostname], int [port])
  581. ldap_count_entries(int link_identifier, int result_identifier)
  582. ldap_delete(int link_identifier, string dn)
  583. ldap_dn2ufn(string dn)
  584. ldap_explode_dn(string dn, int with_attrib)
  585. ldap_first_attribute(int link_identifier, int result_entry_identifier, int ber_identifier)
  586. ldap_first_entry(int link_identifier, int result_identifier)
  587. ldap_free_result(int result_identifier)
  588. ldap_get_attributes(int link_identifier, int result_entry_identifier)
  589. ldap_get_dn(int link_identifier, int result_entry_identifier)
  590. ldap_get_entries(int link_identifier, int result_identifier)
  591. ldap_get_values(int link_identifier, int result_entry_identifier, string attribute)
  592. ldap_list(int link_identifier, string base_dn, string filter, array [attributes])
  593. ldap_modify(int link_identifier, string dn, array entry)
  594. ldap_next_attribute(int link_identifier, int result_entry_identifier, int ber_identifier)
  595. ldap_next_entry(int link_identifier, int result_entry_identifier)
  596. ldap_read(int link_identifier, string base_dn, string filter, array [attributes])
  597. ldap_search(int link_identifier, string base_dn, string filter, array [attributes])
  598. ldap_unbind(int link_identifier)
  599. #dqSubTreeEnd;
  600. #dqSubTreeBegin;
  601. #dqSubTreeName(Mail);
  602. mail(string to, string subject, string message, string [additional_headers])
  603. #dqSubTreeEnd;
  604. #dqSubTreeBegin;
  605. #dqSubTreeName(Mathematical);
  606. Abs(mixed number)
  607. Acos(float arg)
  608. Asin(float arg)
  609. Atan(float arg)
  610. Atan2(float y, float x)
  611. base_convert(string number, int frombase, int tobase)
  612. BinDec(string binary_string)
  613. Ceil(float number)
  614. Cos(float arg)
  615. DecBin(int number)
  616. DecHex(int number)
  617. DecOct(int number)
  618. Exp(float arg)
  619. Floor(float number)
  620. getrandmax(void)
  621. HexDec(string hex_string)
  622. Log(float arg)
  623. Log10(float arg)
  624. max(mixed arg1, mixed arg2, mixed argn)
  625. min(mixed arg1, mixed arg2, mixed argn
  626. mt_rand([int min], [int max])
  627. mt_srand(int seed)
  628. mt_getrandmax(void)
  629. number_format(float number, int decimals, string dec_point, string thousands_sep)
  630. OctDec(string octal_string)
  631. pi(void)
  632. pow(float base, float exp)
  633. rand([int min], [int max])
  634. round(double val)
  635. Sin(float arg)
  636. Sqrt(float arg)
  637. srand(int seed)
  638. Tan (float arg)
  639. #dqSubTreeEnd;
  640. #dqSubTreeBegin;
  641. #dqSubTreeName(Encryption);
  642. mcrypt_get_cipher_name(int cipher)
  643. mcrypt_get_block_size(int cipher)
  644. mcrypt_get_key_size(int cipher)
  645. mcrypt_create_iv(int size, int source)
  646. mcrypt_cbc(int cipher, string key, string data, int mode, string [iv])
  647. mcrypt_cfb(int cipher, string key, string data, int mode, string iv)
  648. mcrypt_ecb(int cipher, string key, string data, int mode)
  649. mcrypt_ofb(int cipher, string key, string data, int mode, string iv) 
  650. #dqSubTreeEnd;
  651. #dqSubTreeBegin;
  652. #dqSubTreeName(Hash);
  653. mhash_get_hash_name(int hash)
  654. mhash_get_block_size(int hash)
  655. mhash_count(void)
  656. mhash (int hash, string data)
  657. #dqSubTreeEnd;
  658. #dqSubTreeBegin;
  659. #dqSubTreeName(Miscellaneous);
  660. connection_aborted(void)
  661. connection_status(void)
  662. connection_timeout(void)
  663. eval(string code_str)
  664. die(string message)
  665. exit(void)
  666. function_exists(string function_name)
  667. ignore_user_abort(int [setting])
  668. iptcparse(string iptcblock)
  669. leak(int bytes)
  670. pack(string format, mixed [args]...)
  671. register_shutdown_function(string func)
  672. serialize(mixed value)
  673. sleep(int seconds)
  674. unpack(string format, string data)
  675. unserialize(string str)
  676. uniqid(string prefix)
  677. usleep(int micro_seconds)
  678. #dqSubTreeEnd;
  679. #dqSubTreeBegin;
  680. #dqSubTreeName(mSQL);
  681. msql(string database, string query, int link_identifier)
  682. msql_affected_rows(int query_identifier)
  683. msql_close(int link_identifier)
  684. msql_connect(string hostname)
  685. msql_create_db(string database name, int [link_identifier] )
  686. msql_createdb(string database name, int [link_identifier] )
  687. msql_data_seek(int query_identifier, int row_number)
  688. msql_dbname(int query_identifier, int i)
  689. msql_drop_db(string database_name, int link_identifier)
  690. msql_dropdb(string database_name, int link_identifier)
  691. msql_error
  692. msql_fetch_array(int query_identifier, int [result_type] )
  693. msql_fetch_field(int query_identifier, int field_offset)
  694. msql_fetch_object(int query_identifier, int [result_type] )
  695. msql_fetch_row(int query_identifier);
  696. msql_fieldname(int query_identifier, int field)
  697. msql_field_seek(int query_identifier, int field_offset)
  698. msql_fieldtable(int query_identifier, int field)
  699. msql_fieldtype(int query_identifier, int i)
  700. msql_fieldflags(int query_identifier, int i)
  701. msql_fieldlen(int query_identifier, int i)
  702. msql_free_result(int query_identifier)
  703. msql_freeresult(int query_identifier)
  704. msql_list_fields(string database, string tablename)
  705. msql_listfields(string database, string tablename)
  706. msql_list_dbs(void)
  707. msql_listdbs(void)
  708. msql_list_tables(string database)
  709. msql_listtables(string database)
  710. msql_num_fields(int query_identifier)
  711. msql_num_rows(int query_identifier)
  712. msql_numfields(int query_identifier)
  713. msql_numrows(void)
  714. msql_pconnect(string hostname)
  715. msql_query(string query, int link_identifier)
  716. msql_regcase(string string)
  717. msql_result(int query_identifier, int i, mixed field)
  718. msql_select_db(string database_name, int link_identifier)
  719. msql_selectdb(string database_name, int link_identifier)
  720. msql_tablename(int query_identifier, int field)
  721. #dqSubTreeEnd;
  722. #dqSubTreeBegin;
  723. #dqSubTreeName(Microsoft SQL Server);
  724. mssql_close(int link_identifier)
  725. mssql_connect(string servername, string username, string password)
  726. mssql_data_seek(int result_identifier, int row_number)
  727. mssql_fetch_array(int result)
  728. mssql_fetch_field(int result, int field_offset)
  729. mssql_fetch_object(int result)
  730. mssql_fetch_row(int result)
  731. mssql_field_seek(int result, int field_offset)
  732. mssql_free_result(int result)
  733. mssql_num_fields(int result)
  734. mssql_num_rows(string result)
  735. mssql_pconnect(string servername, string username, string password)
  736. mssql_query(string query, int link_identifier)
  737. mssql_result(int result, int i, mixed field)
  738. mssql_select_db(string database_name, int link_identifier)
  739. #dqSubTreeEnd;
  740. #dqSubTreeBegin;
  741. #dqSubTreeName(MySQL);
  742. mysql_affected_rows(int [link_identifier] )
  743. mysql_close(int [link_identifier] )
  744. mysql_connect(string [hostname [:port] [:/path/to/socket] ] , string [username] , string [password] )
  745. mysql_create_db(string database name, int [link_identifier] )
  746. mysql_data_seek(string database name, int [link_identifier] )
  747. mysql_db_query(string database, string query, int [link_identifier] )
  748. mysql_drop_db(string database_name, int [link_identifier] )
  749. mysql_errno(int [link_identifier] )
  750. mysql_error(int [link_identifier] )
  751. mysql_fetch_array(int result, int [result_type] )
  752. mysql_fetch_field(int result, int [field_offset] )
  753. mysql_fetch_lengths(int result)
  754. mysql_fetch_object(int result, int [result_typ])
  755. mysql_fetch_row(int result)
  756. mysql_field_name(int result, int field_index)
  757. mysql_field_seek(int result, int field_offset)
  758. mysql_field_table(int result, int field_offset)
  759. mysql_field_type(int result, int field_offset)
  760. mysql_field_flags(int result, int field_offset)
  761. mysql_field_len(int result, int field_offset)
  762. mysql_free_result(int result)
  763. mysql_insert_id(int [link_identifier] )
  764. mysql_list_fields(string database_name, string table_name, int [link_identifier] )
  765. mysql_list_dbs(int [link_identifier] )
  766. mysql_list_tables(string database, int [link_identifier] )
  767. mysql_num_fields(int result)
  768. mysql_num_rows(int result)
  769. mysql_pconnect(string [hostname [:port] [:/path/to/socket] ] , string [username] , string [password] )
  770. mysql_query(string query, int [link_identifier] )
  771. mysql_result(int result, int row, mixed [field] )
  772. mysql_select_db(string database_name, int [link_identifier] )
  773. mysql_tablename(int result, int i)
  774. #dqSubTreeEnd;
  775. #dqSubTreeBegin;
  776. #dqSubTreeName(Sybase);
  777. sybase_affected_rows(int [link_identifier] )
  778. sybase_close(int link_identifier)
  779. sybase_connect(string servername, string username, string password)
  780. sybase_data_seek(int result_identifier, int row_number)
  781. sybase_fetch_array(int result)
  782. sybase_fetch_field(int result, int field_offset)
  783. sybase_fetch_object(int result)
  784. sybase_fetch_row(int result)
  785. sybase_field_seek(int result, int field_offset)
  786. sybase_free_result(int result)
  787. sybase_num_fields(int result)
  788. sybase_num_rows(string result)
  789. sybase_pconnect(string servername, string username, string password)
  790. sybase_query(string query, int link_identifier)
  791. sybase_result(int result, int i, mixed field)
  792. sybase_select_db(string database_name, int link_identifier)
  793. #dqSubTreeEnd;
  794. #dqSubTreeBegin;
  795. #dqSubTreeName(Network);
  796. fsockopen(string hostname, int port, int [errno], string [errstr], double [timeout])
  797. pfsockopen(string hostname, int port, int [errno], string [errstr], int [timeout])
  798. set_socket_blocking(int socket descriptor, int mode)
  799. gethostbyaddr(string ip_address)
  800. gethostbyname(string hostname)
  801. gethostbynamel(string hostname)
  802. checkdnsrr(string host, string [type])
  803. getmxrr(string hostname, array mxhosts, array [weight])
  804. openlog(string ident, int option, int facility)
  805. syslog(int priority, string message)
  806. closelog(void)
  807. debugger_on(string address)
  808. debugger_off(void)
  809. #dqSubTreeEnd;
  810. #dqSubTreeBegin;
  811. #dqSubTreeName(NIS);
  812. yp_get_default_domain(void)
  813. yp_order(string domain, string map)
  814. yp_master(string domain, string map)
  815. yp_match(string domain, string map, string key)
  816. yp_first(string domain, string map)
  817. yp_next(string domain, string map, string key)
  818. yp_errno
  819. yp_err_string(void)
  820. #dqSubTreeEnd;
  821. #dqSubTreeBegin;
  822. #dqSubTreeName(ODBC);
  823. odbc_autocommit(int connection_id, int [OnOff])
  824. odbc_binmode(int result_id, int mode)
  825. odbc_close(int connection_id)
  826. odbc_close_all(void)
  827. odbc_commit(int connection_id)
  828. odbc_connect(string dsn, string user, string password, int [cursor_type])
  829. odbc_cursor(int result_id)
  830. odbc_do(int conn_id, string query)
  831. odbc_exec(int connection_id, string query_string)
  832. odbc_execute(int result_id, array [parameters_array])
  833. odbc_fetch_into(int result_id, int [rownumber], array result_array)
  834. odbc_fetch_row(int result_id, int [row_number])
  835. odbc_field_name(int result_id, int field_number)
  836. odbc_field_type(int result_id, int field_number)
  837. odbc_field_len(int result_id, int field_number)
  838. odbc_free_result(int result_id)
  839. odbc_longreadlen(int result_id, int length)
  840. odbc_num_fields(int result_id)
  841. odbc_pconnect(string dsn, string user, string password, int [cursor_type])
  842. odbc_prepare(int connection_id, string query_string)
  843. odbc_num_rows(int result_id)
  844. odbc_result(int result_id, mixed field)
  845. odbc_result_all(int result_id, string [format])
  846. odbc_rollback(int connection_id)
  847. odbc_setoption(int id, int function, int option, int param)
  848. #dqSubTreeEnd;
  849. #dqSubTreeBegin;
  850. #dqSubTreeName(Oracle 8);
  851. OCIDefineByName(int stmt, string Column-Name, mixed &variable, int [type])
  852. OCIBindByName(int stmt, string ph_name, mixed &variable, intlength, int [type])
  853. OCILogon(string username, string password, string [ORACLE_SID])
  854. OCIPLogon(int conn)
  855. OCINLogon(int conn)
  856. OCILogOff(int connection)
  857. OCIExecute(int statement, int [mode])
  858. OCICommit(int connection)
  859. OCIRollback(int connection)
  860. OCINewDescriptor(int connection, int [type])
  861. OCIRowCount(int statement)
  862. OCINumCols(int stmt)
  863. OCIResult(int statement, mixed column)
  864. OCIFetch(int statement)
  865. OCIFetchInto(int stmt, array &result, int [mode])
  866. OCIFetchStatement(int stmt, array &variable)
  867. OCIColumnIsNULL(int stmt, mixed column)
  868. OCIColumnSize(int stmt, mixed column)
  869. OCIServerVersion(int conn)
  870. OCIStatementType(int stmt)
  871. OCINewCursor(int conn)
  872. OCIFreeStatement(int stmt)
  873. OCIFreeCursor(int stmt)
  874. OCIColumnName(int stmt, int col)
  875. OCIColumnType(int stmt, int col)
  876. OCIParse(int conn, strint query)
  877. OCIError(int [stmt|conn])
  878. OCIInternalDebug(int onoff)
  879. #dqSubTreeEnd;
  880. #dqSubTreeBegin;
  881. #dqSubTreeName(Oracle);
  882. Ora_Bind(int cursor, string PHP variable name, string SQL parameter name, int length, int [type])
  883. Ora_Close(int cursor)
  884. Ora_ColumnName(int cursor, int column)
  885. Ora_ColumnType(int cursor, int column)
  886. Ora_Commit(int conn)
  887. Ora_CommitOff(int conn)
  888. Ora_CommitOn(int conn)
  889. Ora_Error(int cursor_or_connection)
  890. Ora_ErrorCode(int cursor_or_connection)
  891. Ora_Exec(int cursor)
  892. Ora_Fetch(int cursor)
  893. Ora_GetColumn(int cursor, mixed column)
  894. Ora_Logoff(int connection)
  895. Ora_Logon(string user, string password)
  896. Ora_Open(int connection)
  897. Ora_Parse(int cursor_ind, string sql_statement, int defer)
  898. Ora_Rollback(int connection)
  899. #dqSubTreeEnd;
  900. #dqSubTreeBegin;
  901. #dqSubTreeName(Perl-compatible Regular Expression);
  902. preg_match(string pattern, string subject, array [matches])
  903. preg_match_all(string pattern, string subject, array matches, int [order])
  904. preg_replace(mixed pattern, mixed replacement, mixed subject)
  905. preg_split(string pattern, string subject, int [limit])
  906. preg_quote(string str)
  907. preg_grep(string pattern, array input)
  908. #dqSubTreeEnd;
  909. #dqSubTreeBegin;
  910. #dqSubTreeName(PDF);
  911. PDF_get_info(string filename)
  912. PDF_set_info_creator(info info, string creator)
  913. PDF_set_info_title(info info, string title)
  914. PDF_set_info_subject(info info, string subject)
  915. PDF_set_info_keywords(info info, string keywords)
  916. PDF_set_info_author(info info, string author)
  917. PDF_open(int file, int info)
  918. PDF_close(int pdf document)
  919. PDF_begin_page(int pdf document, double height, double width)
  920. PDF_end_page(int pdf document)
  921. PDF_show(int pdf document, string text)
  922. PDF_show_xy(int pdf document, string text, double x-koor, double y-koor)
  923. PDF_set_font(int pdf document, string font name, double size, int encoding)
  924. PDF_set_leading(int pdf document, double distance)
  925. PDF_set_text_rendering(int pdf document, int mode)
  926. PDF_set_horiz_scaling(int pdf document, double scale)
  927. PDF_set_text_rise(int pdf document, double value)
  928. PDF_set_text_matrix(int pdf document, array matrix)
  929. PDF_set_text_pos(int pdf document, double x-koor, double y-koor)
  930. PDF_set_char_spacing(int pdf document, double space)
  931. PDF_set_word_spacing(int pdf document, double space)
  932. PDF_continue_text(int pdf document, string text)
  933. PDF_stringwidth(int pdf document, string text)
  934. PDF_save(int pdf document)
  935. PDF_restore(int pdf document)
  936. PDF_translate(int pdf document, double x-koor, double y-koor)
  937. PDF_scale(int pdf document, double x-scale, double y-scale)
  938. PDF_rotate(int pdf document, double angle)
  939. PDF_setflat(int pdf document, double value)
  940. PDF_setlinejoin(int pdf document, long value)
  941. PDF_setlinecap(int pdf document, int value)
  942. PDF_setmiterlimit(int pdf document, double value)
  943. PDF_setlinewidth(int pdf document, double width)
  944. PDF_setdash(int pdf document, double white, double black)
  945. PDF_moveto(int pdf document, double x-koor, double y-koor)
  946. PDF_curveto(int pdf document, double x1, double y1, double x2, double y2, double x3, double y3)
  947. PDF_lineto(int pdf document, double x-koor, double y-koor)
  948. PDF_circle(int pdf document, double x-koor, double y-koor, double radius)
  949. PDF_arc(int pdf document, double x-koor, double y-koor, double radius, double start, double end)
  950. PDF_rect(int pdf document, double x-koor, double y-koor, double width, double height)
  951. PDF_closepath(int pdf document)
  952. PDF_stroke(int pdf document)
  953. PDF_closepath_stroke(int pdf document)
  954. PDF_fill(int pdf document)
  955. PDF_fill_stroke(int pdf document)
  956. PDF_closepath_fill_stroke(int pdf document)
  957. PDF_endpath(int pdf document)
  958. PDF_clip(int pdf document)
  959. PDF_setgray_fill(int pdf document, double value)
  960. PDF_setgray_stroke(int pdf document, double gray value)
  961. PDF_setgray(int pdf document, double gray value)
  962. PDF_setrgbcolor_fill(int pdf document, double red value, double green value, double blue value)
  963. PDF_setrgbcolor_stroke(int pdf document, double red value, double green value, double blue value)
  964. PDF_setrgbcolor(int pdf document, double red value, double green value, double blue value)
  965. PDF_add_outline(int pdf document, string text)
  966. PDF_set_transition(int pdf document, int transition)
  967. PDF_set_duration(int pdf document, double duration)
  968. PDF_open_gif(int pdf document, string filename)
  969. PDF_open_memory_image(int pdf document, string int image)
  970. PDF_open_jpeg(int pdf document, string filename)
  971. PDF_close_image(int image)
  972. PDF_place_image(int pdf document, int image, double x-koor, double y-koor, double scale)
  973. PDF_put_image(int pdf document, int image)
  974. PDF_execute_image(int pdf document, int image, double x-coor, double y-coor, double scale)
  975. PDF_add_annotation(int pdf document, double llx, double lly, double urx, double ury, string title, string content)
  976. #dqSubTreeEnd;
  977. #dqSubTreeBegin;
  978. #dqSubTreeName(PostgreSQL);
  979. pg_Close(int connection)
  980. pg_cmdTuples(int result_id)
  981. pg_Connect(string host, string port, string options, string tty, string dbname)
  982. pg_DBname(int connection)
  983. pg_ErrorMessage(int connection)
  984. pg_Exec(int connection, string query)
  985. pg_Fetch_Array(int result, int row, int [result_type] )
  986. pg_Fetch_Object(int result, int row, int [result_type] )
  987. pg_Fetch_Row(int result, int row)
  988. pg_FieldIsNull(int result_id, int row, mixed field)
  989. pg_FieldName(int result_id, int field_number)
  990. pg_FieldNum(int result_id, string field_name)
  991. pg_FieldPrtLen(int result_id, int row_number, string field_name)
  992. pg_FieldSize(int result_id, int field_number)
  993. pg_FieldType(int result_id, int field_number)
  994. pg_FreeResult(int result_id)
  995. pg_GetLastOid(int result_id)
  996. pg_Host(int connection_id)
  997. pg_loclose(int fd)
  998. pg_locreate(int conn)
  999. pg_loopen(int conn, int objoid, string mode)
  1000. pg_loread(int fd, int len)
  1001. pg_loreadall(int fd)
  1002. pg_lounlink(int conn, int lobjid)
  1003. pg_lowrite(int fd, string buf)
  1004. pg_NumFields(int result_id)
  1005. pg_NumRows(int result_id)
  1006. pg_Options(int connection_id)
  1007. pg_pConnect(string host, string port, string options, string tty, string dbname)
  1008. pg_Port(int connection_id)
  1009. pg_Result(int result_id, int row_number, mixed fieldname)
  1010. pg_tty(int connection_id)
  1011. #dqSubTreeEnd;
  1012. #dqSubTreeBegin;
  1013. #dqSubTreeName(Regular expression);
  1014. ereg(string pattern, string string, array [regs])
  1015. ereg_replace(string pattern, string replacement, string string)
  1016. eregi(string pattern, string string, array [regs])
  1017. eregi_replace(string pattern, string replacement, string string)
  1018. split(string pattern, string string, int [limit])
  1019. sql_regcase(string string)
  1020. #dqSubTreeEnd;
  1021. #dqSubTreeBegin;
  1022. #dqSubTreeName(Semaphore and shared memory);
  1023. sem_get(int key, int [max_acquire] , int [perm] )
  1024. sem_acquire(int sem_identifier)
  1025. sem_release(int sem_identifier)
  1026. shm_attach(int key, int [memsize], int [perm])
  1027. shm_detach(int shm_identifier)
  1028. shm_removev(int shm_identifier, int variable_key, mixed variable)
  1029. shm_put_var(int shm_identifier, int variable_key, mixed variable)
  1030. shm_get_var(int id, int variable_key)
  1031. shm_remove_var(int id, int variable_key)
  1032. #dqSubTreeEnd;
  1033. #dqSubTreeBegin;
  1034. #dqSubTreeName(Session handling [tylko PHP4]);
  1035. session_start(void)
  1036. session_destroy(void)
  1037. session_name(string [name])
  1038. session_module_name(string [name])
  1039. session_save_path(string [path])
  1040. session_id(string [id])
  1041. session_register(string name)
  1042. session_unregister(string name)
  1043. session_is_registered(string name)
  1044. session_decode(string data)
  1045. session_encode(void)
  1046. #dqSubTreeEnd;
  1047. #dqSubTreeBegin;
  1048. #dqSubTreeName(Solid);
  1049. solid_close(int connection_id)
  1050. solid_connect(string dsn, string user, string password, int [cursor_type])
  1051. solid_exec(int connection_id, string query_string)
  1052. solid_fetchrow(int result_id, int [row_number])
  1053. solid_fieldname(int result_id, int field_number)
  1054. solid_fieldnum
  1055. solid_freeresult(int result_id)
  1056. solid_numfields(int result_id)
  1057. solid_numrows(int result_id)
  1058. solid_result(int result_id, mixed field)
  1059. #dqSubTreeEnd;
  1060. #dqSubTreeBegin;
  1061. #dqSubTreeName(SNMP);
  1062. snmpget(string hostname, string community, string object_id, int [timeout], int [retries])
  1063. snmpset(string hostname, string community, string object_id, string type, mixed value, int [timeout], int [retries])
  1064. snmpwalk(string hostname, string community, string object_id, int [timeout] , int [retries] )
  1065. snmpwalkoid(string hostname, string community, string object_id, int [timeout] , int [retries] )
  1066. snmp_get_quick_print(void)
  1067. snmp_set_quick_print (boolean quick_print)
  1068. #dqSubTreeEnd;
  1069. #dqSubTreeBegin;
  1070. #dqSubTreeName(String);
  1071. AddSlashes(string str)
  1072. bin2hex(string str)
  1073. Chop(string str)
  1074. Chr(int ascii)
  1075. chunk_split(string string, int [chunklen] , string [end] )
  1076. convert_cyr_string(string str, string from, string to)
  1077. crypt(string str, string [salt])
  1078. echo(string arg1, string [argn]...)
  1079. explode(string separator, string string)
  1080. flush(void)
  1081. get_meta_tags(string filename, int [use_include_path])
  1082. htmlspecialchars(string string)
  1083. htmlentities(string string)
  1084. implode(string glue, array pieces)
  1085. join(string glue, array pieces)
  1086. ltrim(string str)
  1087. md5(string str)
  1088. nl2br(string string)
  1089. Ord(string string)
  1090. parse_str(string str)
  1091. print(string arg)
  1092. printf(string format, mixed [args]...)
  1093. quoted_printable_decode(string str)
  1094. QuoteMeta(string str)
  1095. rawurldecode(string str)
  1096. rawurlencode(string str)
  1097. setlocale(string category, string locale)
  1098. similar_text(string first, string second, double [percent])
  1099. soundex(string str)
  1100. sprintf(string format, mixed [args]...)
  1101. strchr(string haystack, string needle)
  1102. strcmp(string str1, string str2)
  1103. strcspn(string str1, string str2)
  1104. strip_tags(string str)
  1105. StripSlashes(string str)
  1106. strlen(string str)
  1107. strrpos(string haystack, char needle)
  1108. strpos(string haystack, string needle, int [offset])
  1109. strrchr(string haystack, string needle)
  1110. strrev(string string)
  1111. strspn(string str1, string str2)
  1112. strstr(string haystack, string needle)
  1113. strtok(string arg1, string arg2)
  1114. strtolower(string str)
  1115. strtoupper(string string)
  1116. str_replace(string needle, string str, string haystack)
  1117. strtr(string str, string from, string to)
  1118. substr(string string, int start, int [length])
  1119. trim(string str)
  1120. ucfirst(string str)
  1121. ucwords(string str)
  1122. #dqSubTreeEnd;
  1123. #dqSubTreeBegin;
  1124. #dqSubTreeName(URL);
  1125. parse_url(string url)
  1126. urldecode(string str)
  1127. urlencode(string str)
  1128. base64_encode(string data)
  1129. base64_decode(string encoded_data)
  1130. #dqSubTreeEnd;
  1131. #dqSubTreeBegin;
  1132. #dqSubTreeName(Variable);
  1133. gettype(mixed var)
  1134. intval(mixed var, int [base])
  1135. doubleval(mixed var)
  1136. empty(mixed var)
  1137. is_array(mixed var)
  1138. is_double(mixed var)
  1139. is_float(mixed var)
  1140. is_int(mixed var)
  1141. is_integer(mixed var)
  1142. is_long(mixed var)
  1143. is_object(mixed var)
  1144. is_real(mixed var)
  1145. is_string(mixed var)
  1146. isset(mixed var)
  1147. settype(string var, string type)
  1148. strval(mixed var)
  1149. unset(mixed var)
  1150. #dqSubTreeEnd;
  1151. #dqSubTreeBegin;
  1152. #dqSubTreeName(Vmailmgr);
  1153. vm_adduser(string vdomain, string basepwd, string newusername, string newuserpassword)
  1154. vm_addalias(string vdomain, string basepwd, string username, string alias)
  1155. vm_passwd(string vdomain, string username, string password, string newpassword)
  1156. vm_delalias(string vdomain, string basepwd, string alias)
  1157. vm_deluser(string vdomain, string username)
  1158. #dqSubTreeEnd;
  1159. #dqSubTreeBegin;
  1160. #dqSubTreeName(WDDX);
  1161. wddx_serialize_value(mixed var, string [comment])
  1162. wddx_serialize_vars(mixed var, string [comment])
  1163. wddx_packet_start(string [comment])
  1164. wddx_packet_end(int packet_id)
  1165. wddx_add_vars(int packet_id, ...)
  1166. wddx_deserialize(string packet)
  1167. #dqSubTreeEnd;
  1168. #dqSubTreeBegin;
  1169. #dqSubTreeName(Compression);
  1170. gzclose(int zp)
  1171. gzeof(int zp)
  1172. gzfile(string filename)
  1173. gzgetc(int zp)
  1174. gzgets(int zp, int length)
  1175. gzgetss(int zp, int length)
  1176. gzopen(string filename, string mode)
  1177. gzpassthru(int zp)
  1178. gzputs(int zp, string str, int [length])
  1179. gzread(int zp, int length)
  1180. gzrewind(int zp)
  1181. gzseek(int zp, int offset)
  1182. gztell(int zp)
  1183. readgzfile(string filename)
  1184. gzwrite(int zp, string string, int [length])
  1185. #dqSubTreeEnd;
  1186. #dqSubTreeBegin;
  1187. #dqSubTreeName(XML parser);
  1188. xml_parser_create(string [encoding])
  1189. xml_set_element_handler(int parser, string startElementHandler, string endElementHandler)
  1190. xml_set_character_data_handler(int parser, string handler)
  1191. xml_set_processing_instruction_handler(int parser, string handler)
  1192. xml_set_default_handler(int parser, string handler)
  1193. xml_set_unparsed_entity_decl_handler(int parser, string handler)
  1194. xml_set_notation_decl_handler(int parser, string handler)
  1195. xml_set_external_entity_ref_handler(int parser, string handler)
  1196. xml_parse(int parser, string data, int [isFinal])
  1197. xml_get_error_code(int parser)
  1198. xml_error_string(int code)
  1199. xml_get_current_line_number(int parser)
  1200. xml_get_current_column_number(int parser)
  1201. xml_get_current_byte_index(int parser)
  1202. xml_parser_free(int parser)
  1203. xml_parser_set_option(int parser, int option, mixed value)
  1204. xml_parser_get_option(int parser, int option)
  1205. utf8_decode(string data)
  1206. utf8_encode(string data)
  1207. #dqSubTreeEnd;